home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYBASE.ZIP / CBHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1994-10-20  |  2KB  |  77 lines

  1. unit CBHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbout                = 31;
  8.   hcAddPassword          = 22;
  9.   hcAppend               = 6;
  10.   hcASCII                = 15;
  11.   hccalculator           = 55;
  12.   hccalendar             = 56;
  13.   hcclear                = 65300;
  14.   hcColorDialog          = 59;
  15.   hcConfig               = 28;
  16.   hccopy                 = 65298;
  17.   hcCopyTable            = 7;
  18.   hcCreateDialog         = 49;
  19.   hcCreateIndexDialog    = 50;
  20.   hccut                  = 65297;
  21.   hcDecrypt              = 24;
  22.   hcDelete               = 10;
  23.   hcDeleteIndex          = 14;
  24.   hcDeleteIndexDialog    = 51;
  25.   hcDeskTop              = 1;
  26.   hcEdit                 = 32;
  27.   hcEmpty                = 9;
  28.   hcEncrypt              = 23;
  29.   hcengine               = 43;
  30.   hcEngineDialog         = 48;
  31.   hcFile                 = 4;
  32.   hcFileList             = 57;
  33.   hcFileListBuild        = 27;
  34.   hcFind                 = 35;
  35.   hcIndex                = 12;
  36.   hcList                 = 25;
  37.   hcLoadFile             = 29;
  38.   hcMenu                 = 2;
  39.   hcNewFileList          = 26;
  40.   hcNewIndex             = 13;
  41.   hcNewText              = 17;
  42.   hcNoContext            = 0;
  43.   hcOColors              = 44;
  44.   hcOpenIndexDialog      = 52;
  45.   hcOpenText             = 16;
  46.   hcOptions              = 42;
  47.   hcPasswordDialog       = 53;
  48.   hcpaste                = 65299;
  49.   hcPrevious             = 65318;
  50.   hcRename               = 8;
  51.   hcReplace              = 36;
  52.   hcSaveAllText          = 20;
  53.   hcSaveAsText           = 19;
  54.   hcSaveFile             = 30;
  55.   hcSaveText             = 18;
  56.   hcSCalculator          = 40;
  57.   hcSCalendar            = 39;
  58.   hcSearch               = 34;
  59.   hcSearchAgain          = 37;
  60.   hcsecurity             = 21;
  61.   hcShowClip             = 33;
  62.   hcStatusLine           = 3;
  63.   hcTable                = 5;
  64.   hcTableEditor          = 47;
  65.   hcTextEditor           = 54;
  66.   hcTools                = 38;
  67.   hcTreeWindow           = 58;
  68.   hcundo                 = 65296;
  69.   hcUpgrade              = 11;
  70.   hcVideoToggle          = 45;
  71.   hcViewDoc              = 41;
  72.   hcWindows              = 46;
  73.  
  74. implementation
  75.  
  76. end.
  77.